home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form frmAbout
- BackColor = &H00C0C0C0&
- BorderStyle = 3 'Fixed Double
- ClientHeight = 2505
- ClientLeft = 2010
- ClientTop = 3270
- ClientWidth = 5280
- ControlBox = 0 'False
- ForeColor = &H00000000&
- Height = 2910
- Left = 1950
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2505
- ScaleWidth = 5280
- Top = 2925
- Width = 5400
- Begin CommandButton butOK
- Caption = "&OK"
- Height = 375
- Left = 2100
- TabIndex = 0
- Top = 2040
- Width = 1215
- End
- Begin Label Label7
- AutoSize = -1 'True
- BackColor = &H00C0C0C0&
- BackStyle = 0 'Transparent
- Caption = "This .VBX is Public Domain"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 12
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00FF0000&
- Height = 300
- Left = 1080
- TabIndex = 7
- Top = 0
- Width = 3255
- End
- Begin Label Label6
- AutoSize = -1 'True
- BackColor = &H00C0C0C0&
- BackStyle = 0 'Transparent
- Caption = "GOOD or BAD"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H000000FF&
- Height = 240
- Left = 1980
- TabIndex = 6
- Top = 1080
- Width = 1470
- End
- Begin Label Label5
- AutoSize = -1 'True
- BackColor = &H00C0C0C0&
- BackStyle = 0 'Transparent
- Caption = "PLEASE Let Me Know What You Think!!!"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H000000FF&
- Height = 240
- Left = 720
- TabIndex = 5
- Top = 840
- Width = 4095
- End
- Begin Label Label4
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "CIS: 100023,702"
- Height = 195
- Left = 2040
- TabIndex = 4
- Top = 1440
- Width = 1440
- End
- Begin Label Label3
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "InterNet: AndyWest@Sound.Demon.Co.UK"
- Height = 195
- Left = 1080
- TabIndex = 3
- Top = 1680
- Width = 3645
- End
- Begin Label Label2
- Alignment = 2 'Center
- BackStyle = 0 'Transparent
- Caption = "Written by Andrew Westacott"
- Height = 255
- Left = 420
- TabIndex = 2
- Top = 600
- Width = 4695
- End
- Begin Label Label1
- Alignment = 2 'Center
- BackStyle = 0 'Transparent
- Caption = "Toolbar button custom control demonstration"
- Height = 315
- Left = 240
- TabIndex = 1
- Top = 360
- Width = 4935
- End
- Option Explicit
- Sub butOK_Click ()
- Unload Me
- End Sub
-